DX11 DEPTH STENCIL STATE EXISTS

This function can be used to check whether the given depth stencil state resource exists.
It's main purpose is for debugging to check if the resource has yet been created, has since been deleted or if the provided
resource identifier is invalid, such as would be the case for a mistyped variable name.

  Syntax
Return Boolean = DX11 DEPTH STENCIL STATE EXISTS(depthStencilState)
  Parameters
depthStencilState
Dword
The depth stencil state resource to check whether it exists.

  Returns

true if the given depth stencil state resource exists, or false otherwise.

  See also

DEPTHSTENCILSTATE Functions Menu
DX11 Function Categories